Count Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the number of keys in the dictionary. This property must be overridden in the derived class.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public abstract int Count{ get;}
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Count As Integer
Visual C++
public:
virtual property int Count {
	int get () abstract override;
}

See Also